Fix doc typos
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 13 Jun 2008 17:20:55 +0000 (17:20 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 13 Jun 2008 17:20:55 +0000 (17:20 +0000)
svn path=/trunk/; revision=20380

ChangeLog
gdk/gdkwindow.c

index d0c9dbc7d3ef8c36eae55b2abf2cce3571317b7b..86e2fd58d9ccec939bf5e6c60d57517320c8d1b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/gdkwindow.c: Fix doc typos
+
 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkfilesystem.c: Avoid PLT entries by including
index 966e0b68993199f1782f1b2fda2f56976fcec3d8..4e9d6e82bc3dc573c65a9bafed09f4dab2e9638c 100644 (file)
@@ -3510,12 +3510,12 @@ apply_redirect_to_children (GdkWindowObject *private, GdkWindowRedirect *redirec
  * gdk_window_redirect_to_drawable:
  * @window: a #GdkWindow
  * @drawable: a #GdkDrawable
- * src_x: x position in @window
- * src_y: y position in @window
- * dest_x: x position in @drawable
- * dest_y: y position in @drawable
- * width: width of redirection
- * height: height of redirection
+ * @src_x: x position in @window
+ * @src_y: y position in @window
+ * @dest_x: x position in @drawable
+ * @dest_y: y position in @drawable
+ * @width: width of redirection
+ * @height: height of redirection
  *
  * Redirects drawing into @windows so that drawing to the
  * window in the rectangle specified by @src_x, @src_y,